The IIndexScanner<(Of <(<'T>)>)> type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
All |
Gets all items in the indexed collection.
|
![]() |
ContainsKey |
Returns a value that indicates whether the collection contains an item with the given key value.
|
![]() |
Find |
Finds items with the specified key value.
|
![]() |
FindBetween |
Finds items with key values in the interval between the specified values.
|
![]() |
FindGreater |
Finds items with keys greater than the specified value.
|
![]() |
FindKeys |
Finds items containing any of the specified key values.
|
![]() |
FindLess |
Finds items with keys less than the specified value.
|
![]() |
FindStartingWith |
Finds items with string key values starting with the specified string.
|
![]() |
GroupJoin<(Of <<'(T2, TResult>)>>)(IIndexScanner<(Of <<'(T2>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>)) |
Correlates the items of this indexed collection with the items of another indexed collection and groups the results by the item of this collection.
|
![]() |
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(IEnumerable<(Of <<'(T>)>>), T2, TResult>)>>)) |
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of the second sequence.
|
![]() |
GroupJoin<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(T, IEnumerable<(Of <<'(T2>)>>), TResult>)>>)) |
Correlates the items of this indexed collection with the items of another sequence and groups the results by the item of this collection.
|
![]() |
Join<(Of <<'(T2, TResult>)>>)(IIndexScanner<(Of <<'(T2>)>>), Func<(Of <<'(T, T2, TResult>)>>), JoinOperator) |
Correlates the items of this indexed collection with the items of another indexed collection and returns the combined items with matching keys.
|
![]() |
Join<(Of <<'(T2, TResult>)>>)(IEnumerable<(Of <<'(T2>)>>), Func<(Of <<'(T2, Object>)>>), Func<(Of <<'(T, T2, TResult>)>>), JoinOperator) |
Correlates the items of this indexed collection with the items of another sequence and returns the combined items with matching keys.
|
Properties
Name | Description | |
---|---|---|
![]() |
Definition |
Gets an Index<(Of <(<'T>)>)> or a Subindex<(Of <(<'T>)>)> definition on which the scanner is based.
|
![]() |
KeyCount |
Gets the number of distinct key values in all items of this collection.
|
![]() |
ParentScanner |
Gets an index or a subindex scanner that is the parent of a subindex scanner.
|